golang.org/x/tools/internal/gcimporter.iexporter.shallow (field)

7 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iexport.go#L101: 		shallow:     shallow,
		iexport.go#L145: 	if p.shallow {
		iexport.go#L178: 	if p.shallow {
		iexport.go#L190: 	if p.shallow {
		iexport.go#L316: 	shallow  bool           // don't put types from other packages in the index
		iexport.go#L399: 	if p.shallow && obj.Pkg() != p.localpkg {
		iexport.go#L568: 	if w.p.shallow {